Click or drag to resize

Duration Constructor (Int32, Int32)

Initializes a new instance of the Duration class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Duration(
	int years,
	int months
)

Parameters

years
Type: SystemInt32
The years.
months
Type: SystemInt32
The months.
See Also